From: Chong Yidong Date: Wed, 22 Aug 2007 22:27:08 +0000 (+0000) Subject: (image-minor-mode): Use image-mode-text-map. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~534^2~3^2~1749 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e0362f9ae864809cc9f1c5c6cf4b915e674abd67;p=emacs.git (image-minor-mode): Use image-mode-text-map. --- diff --git a/lisp/image-mode.el b/lisp/image-mode.el index 7604d2911e2..fdfbc145ace 100644 --- a/lisp/image-mode.el +++ b/lisp/image-mode.el @@ -228,7 +228,7 @@ to toggle between display as an image and display as text." "Toggle Image minor mode. With arg, turn Image minor mode on if arg is positive, off otherwise. See the command `image-mode' for more information on this mode." - nil " Image" image-mode-map + nil " Image" image-mode-text-map :group 'image :version "22.1" (if (not image-minor-mode)